projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8b1497
)
(main) [CLASH_DETECTION]: Call init_filelock.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 9 Mar 1999 22:09:09 +0000
(22:09 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 9 Mar 1999 22:09:09 +0000
(22:09 +0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 667b1db267bbeeac1fe8b1769fe8cef0452cec72..859e1dd9fd3463f1b69874b27e4dcd9265a623be 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-965,6
+965,9
@@
the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]);
init_eval ();
init_coding ();
init_data ();
+#ifdef CLASH_DETECTION
+ init_filelock ();;
+#endif
running_asynch_code = 0;
/* Handle --unibyte and the EMACS_UNIBYTE envvar,